home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-utidylib / README.Debian < prev    next >
Encoding:
Text File  |  2008-10-20  |  798 b   |  20 lines

  1. uTidyLib for Debian
  2. ===================
  3.  
  4. The debian package of uTidyLib does not include the API docs, however
  5. these can be easily generated using epidoc (package python-epidoc).
  6. Just run the following commands:
  7.  
  8. $ export PYTHON_VERSION="2.3" # replace 2.3 with appropriate version
  9. $ export PACKAGES_HOME="/usr/lib/python$PYTHON_VERSION/site-packages/"
  10. $ export APIDOC_OUTPUT="python$PYTHON_VERSION-utidylib-apidoc"
  11. $ epydoc -o "$APIDOC_OUTPUT" $PACKAGES_HOME/tidy/error.py \
  12.                              $PACKAGES_HOME/tidy/lib.py \
  13.                              $PACKAGES_HOME/tidy/__init__.py
  14.  
  15. You might also want to visit the project's homepage at
  16. http://utidylib.berlios.de/ for more details about the 
  17. usage of this library.
  18.  
  19. -- Igor Stroh <jenner@debian.org>  Sun, 21 Aug 2005 10:18:04 +0200
  20.